home *** CD-ROM | disk | FTP | other *** search
/ Hacker's Arsenal - The Cutting Edge of Hacking / Hacker's Arsenal - The Cutting Edge of Hacking.iso / texts / linux2.txt < prev    next >
Text File  |  2001-07-11  |  2KB  |  83 lines

  1.  
  2.  
  3.        
  4.               Written by Damx  http://www.unitedcouncil.org  
  5.             
  6.  
  7.  
  8. NOTE: This will only work if you have a network
  9. card that is not being used for your internet connection
  10.          
  11. This is a little info on sending fake e-mail from your Linux box.
  12.  
  13. ____________________________________________________________________________
  14.  
  15. Here is what you do. First find a host you want to be. 
  16. My favoriteis microsoft.com. I will put these steps in order
  17.  
  18. at the prompt type this-->#whois microsoft.com 
  19. you will see something like this 
  20.  
  21.  
  22. Technical Contact, Zone Contact:      
  23. MSN NOC  (MN5-ORG)  msnnoc@MICROSOFT.COM      206 882 8080   
  24.  
  25. Billing Contact:      
  26. MSN Domain Billing  (MDB-ORG)  msnbill@MICROSOFT.COM      206 882 8080   
  27.  
  28. Record last updated on 08-Jul-97.   
  29. Record created on 02-May-91.   
  30. Database last updated on 15-Feb-98 06:46:54 EDT.   
  31.  
  32. Domain servers in listed order:   
  33.  
  34.  
  35. ATBD.MICROSOFT.COM           131.107.1.7   
  36. DNS1.MICROSOFT.COM           131.107.1.240   
  37. DNS3.NWNET.NET               192.220.250.7   
  38. DNS4.NWNET.NET               192.220.251
  39.  
  40.  
  41.  
  42.  
  43. now what you do is pick a name server you want to be 
  44. at the prompt type this-->#ifconfig eth0 137.107.1.7  then hit enter
  45.  
  46. now type at the prompt--->#route add 137.107.1.7 eth0  then hit enter.
  47.  
  48. Now every thing is set up.Here is how you go about sending fake e-mail.
  49.  
  50. NEWBIE NOTE: This can be traced so do not use it to harrass others.
  51.  
  52. Now that is out of the way SENDING THE FAKE E_MAIL :::
  53.  
  54. at the prompt  #telnet 137.107.1.7 25  <ENTER>
  55. (you will be telneting to your own box, but using root@microsoft.com)
  56.  
  57.  
  58. helo - <ENTER>
  59. mail from:bgates@microsoft.com <ENTER>
  60. rcpt to:rasinhead@www.com <ENTER>
  61. data <ENTER>
  62. Subject:Fun
  63. YOUR_MESSAGE
  64. . <ENTER>
  65. quit <ENTER>
  66.  
  67.  
  68. Its all done!! Send mail to yourself to test it look at the headers
  69. it will apear that the mail was sent from root@microsoft.com
  70. the third recieved field is what your are concerned about,although
  71. your real ip number will show up in the first field, but the person 
  72. getting the mailwill think this is the servers port 25 used to send 
  73. the mail Just a quick note another way to send fake email is to look for 
  74. cgi scripts on web pages that will let you cut and paste config the 
  75. code a little than use from your box.
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83. ... texts ...